home *** CD-ROM | disk | FTP | other *** search
/ Ultra Mac Games 1 & 2 / UltraMacGames1.iso / Educational / Group 1 Analysis / card_9799.txt < prev    next >
Text File  |  1991-08-08  |  2KB  |  118 lines

  1. -- card: 9799 from stack: in
  2. -- bmap block id: 10218
  3. -- flags: 0000
  4. -- background id: 6748
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.  
  9.   put "Recommend using " into line 2 of card field "message"
  10.   put "Hot Water Bath" into line 4 of card field "message"
  11.   put "to Dissolve Lead Chloride." into line 6 of card field "message"
  12.  
  13. end opencard
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 01
  19. -- high flags: 0001
  20. -- rect: left=190 top=201 right=342 bottom=432
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 3
  25. -- text size: 14
  26. -- style flags: 256
  27. -- line height: 18
  28. -- part name: Message
  29. ----- HyperTalk script -----
  30. on mouseup
  31.   hide card field "message"
  32. end mouseup
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 8002
  39. -- rect: left=434 top=205 right=254 bottom=509
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Flow Chart
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   push card
  51.   go to card id 7591
  52.   put 1 into zz
  53.   repeat until zz = 4
  54.     set the highlight of card button step2 to true
  55.     wait 30
  56.     set the highlight of card button step2 to false
  57.     wait 30
  58.     put zz+1 into zz
  59.   end repeat
  60.  
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 3 (button)
  66. -- low flags: 00
  67. -- high flags: 2000
  68. -- rect: left=434 top=8 right=94 bottom=504
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Centrifuge
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   global kee
  80.   global reagent
  81.   put 1 into kee
  82.   put empty into card field "message"
  83.   put "Not necessary to" into line 2 of card field "message"
  84.   put "Centrifuge at this time" into line 4 of card field "message"
  85.   put "Check Flow Chart" into line 6 of card field "message"
  86.  
  87.  
  88.  
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 4 (button)
  94. -- low flags: 00
  95. -- high flags: 2000
  96. -- rect: left=434 top=112 right=198 bottom=504
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Hot Water Bath
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   global kee
  108.   global reagent
  109.   put 1 into kee
  110.   put empty into card field "message"
  111.   visual dissolve slow
  112.   go to next card
  113.  
  114.  
  115.  
  116. end mouseUp
  117.  
  118.